home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 1 (Walnut Creek)
/
Aminet - June 1993 [Walnut Creek].iso
/
usenet
/
sources
/
volume90
/
util
/
dwprint1
/
part01
/
src
/
Makefile
< prev
Wrap
Makefile
|
1990-04-29
|
284b
|
24 lines
#
# Description : Makefile for dwprint
#
# Author : Simon J Raybould.
#
# Date : 2nd January 1990
#
CC= lc
CFLAGS= -Lt -O
#CFLAGS= -DTEST -L
all: dwprint install
dwprint: dwprint.o
install:
copy dwprint SYS:Utilities
clean:
delete dwprint.o
delete dwprint.lnk
delete dwprint